.btn {
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 1px;
  margin-bottom: 1px; }

/*.btn {

    &:focus,
    &:active,
    &:active:focus,
    &.active:focus {
        outline: none;
    }

    &-secondary {
        background-color: $white;
        border-color: #ccc;
        color: $gray-900;

        &:hover {
            background-color: $gray-300;
            border-color: $gray-500;
            color: $gray-900;
        }

        &.disabled {
            background-color: $white;
            border-color: lighten(#ccc, 5%);
            color: lighten($gray-900, 5%);
        }
    }

    &-warning {
        color: $white;
    }

    &-primary:focus {
        box-shadow: 0 0 5px lighten($primary, 10%);
    }

    &-secondary:focus {
        box-shadow: 0 0 5px $gray-400;
    }

    &-success:focus {
        box-shadow: 0 0 5px lighten($success, 10%);
    }

    &-info:focus {
        box-shadow: 0 0 5px lighten($info, 10%);
    }

    &-warning:focus {
        box-shadow: 0 0 5px lighten($warning, 10%);
    }

    &-danger:focus {
        box-shadow: 0 0 5px lighten($danger, 10%);
    }

    &.disabled:focus {
        box-shadow: none;
    }
}*/
body {
  -webkit-font-smoothing: antialiased; }

.table .thead-dark th {
  background-color: #ffcb18;
  /*border-color: $table-border-color;*/ }

/*.form-control:focus {
    box-shadow: 0 0 5px rgba(100,65,164,.4);
}*/
.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
  border-width: 0 0 1px 0; }

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
  border-bottom: 1px solid #71b618; }

.nav-tabs .nav-item + .nav-item {
  margin-left: 0; }

.breadcrumb-item.active {
  color: #495057; }

.badge {
  padding-bottom: 0.4em; }
  .badge-secondary, .badge-warning {
    color: #fff; }

.progress {
  /*@include box-shadow(none);*/ }
  .progress .progress-bar {
    font-size: 8px;
    line-height: 8px; }

.list-group-item {
  color: rgba(255, 255, 255, 0.8);
  /*&.active {
            font-weight: bold;

            &:hover {
                background-color: $list-group-hover-bg;
            }
        }

        &.disabled:hover {
            color: $list-group-disabled-color;
        }*/ }
  .list-group-item.active, .list-group-item:hover, .list-group-item:focus {
    color: #fff; }

.textbox, select {
  padding: 1px 4px 1px 4px;
  margin: 4px;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(85, 137, 18, 0.7);
  border-radius: 0.15rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.textbox:focus, select:focus {
  background-color: #fff;
  border-color: #71b618;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(113, 182, 24, 0.25);
  /*box-shadow: 0 0 5px rgba($primary, 1.0);*/
  /*background: rgb(220, 254, 181);*/ }

.textboxNNULL {
  padding: 1px 4px 1px 4px;
  margin: 4px;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(228, 177, 0, 0.7);
  border-radius: 0.15rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.textboxNNULL:focus {
  background-color: #fff;
  border-color: #ffcb18;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 203, 24, 0.25);
  /*box-shadow: 0 0 5px rgba($secondary, 1.0);*/
  /*background: rgb(220, 254, 181);*/ }

.textboxERROR {
  padding: 1px 4px 1px 4px;
  margin: 4px;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(189, 33, 48, 0.7);
  border-radius: 0.15rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.textboxERROR:focus {
  background-color: #fff;
  border-color: #dc3545;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  /*box-shadow: 0 0 5px rgba($danger, 1.0);*/
  /*background: rgb(220, 254, 181);*/ }

.textboxDISABLED {
  padding: 1px 4px 1px 4px;
  margin: 4px;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(108, 117, 125, 0.7);
  border-radius: 0.15rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.table-striped2 tbody tr:nth-child(4n+1) {
  background-color: rgba(113, 182, 24, 0.3); }

.table-striped2 tbody tr:nth-child(4n+2) {
  background-color: rgba(113, 182, 24, 0.3);
  border-bottom-width: 2px; }

.table-dark.table-striped2 tbody tr:nth-child(4n+2) {
  background-color: #71b618; }

.table-striped2.table-hover > tbody > tr:hover > td,
.table-striped2.table-hover > tbody > tr:hover > th {
  background-color: rgba(255, 203, 24, 0.65); }

.table-styleless th,
.table-styleless tr,
.table-styleless td,
.table-styleless thead th,
.table-styleless thead tr,
.table-styleless thead td,
.table-styleless tbody th,
.table-styleless tbody tr,
.table-styleless tbody td,
.table-styleless tbody + tbody {
  border: 0;
  background-color: transparent; }

.table .thead-light td {
  color: #fff;
  background-color: #71b618; }

.table .thead-light-top td, .table .thead-light-top th {
  color: #fff;
  background-color: #5c9414; }

.table .thead-light-pager td, .table .thead-light-pager th {
  background-color: #fff; }

.label-text {
  position: relative;
  cursor: pointer;
  font-weight: normal; }

.inputCH, .inputRD, .inputTG {
  position: absolute;
  right: 9000px; }

.inputCH:focus ~ .label-text::before, .inputRD:focus ~ .label-text::before, .inputTG:focus ~ .label-text::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(113, 182, 24, 0.25);
  border-radius: 0.25rem !important; }

/*Check box*/
.inputCH + .label-text:before {
  content: "\f096";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
  color: #71b618;
  font-size: 150%; }

.inputCH:checked + .label-text:before {
  content: "\f14a";
  color: #71b618;
  animation: effect 250ms ease-in; }

.inputCH:disabled + .label-text {
  color: #495057;
  cursor: default; }

.inputCH:disabled + .label-text:before {
  content: "\f0c8";
  color: #495057; }

/*Radio box*/
.inputRD + .label-text:before {
  content: "\f10c";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
  color: #71b618;
  font-size: 150%; }

.inputRD:checked + .label-text:before {
  content: "\f192";
  color: #71b618;
  animation: effect 250ms ease-in; }

.inputRD:disabled + .label-text {
  color: #495057;
  cursor: default; }

.inputRD:disabled + .label-text:before {
  content: "\f111";
  color: #495057; }

/*Radio Toggle*/
.inputTG + .label-text:before {
  content: "\f204";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 10px;
  color: #71b618;
  font-size: 150%; }

.inputTG:checked + .label-text:before {
  content: "\f205";
  color: #71b618;
  animation: effect 250ms ease-in; }

.inputTG:disabled + .label-text {
  color: #495057;
  cursor: default; }

.inputTG:disabled + .label-text:before {
  content: "\f204";
  color: #495057; }

@keyframes effect {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(1.3); }
  75% {
    transform: scale(1.4); }
  100% {
    transform: scale(1); } }

/*Color en Tabla de Datos - INICIO*/
.subtitle, .subtitle_Border {
  font-size: 10px;
  color: #333333;
  font-family: Verdana;
  background-color: rgba(113, 182, 24, 0.3);
  /*border-top: 1px solid $gray-400;*/
  /*height: 25;*/
  padding: 2px; }

.white, .white_Border {
  font-size: 10px;
  color: #333333;
  font-family: Verdana;
  background-color: #FFFFFF;
  /*border-bottom: 1px solid rgb(197, 232, 144);*/
  /*border-top: 1px solid $gray-400;*/
  /*white-space: nowrap;*/
  padding: 2px; }

.subtitle_Border, .white_Border {
  border-top: 1px solid #ced4da; }

/*Color en Tabla de Datos - FIN*/
/*Control Slider - INICIO*/
.slider {
  -webkit-appearance: none;
  /*width: 100px;*/
  height: 10px;
  border-radius: 5px;
  background: #ced4da;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin-top: 5px;
  margin-bottom: 5px; }

.slider:disabled {
  opacity: .25; }

.slider:hover {
  opacity: 0.7; }

/*.slider-primary::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: $slider-ThumbSize;
    height: $slider-ThumbSize;
    border-radius: 50%;
    background: $primary;
    cursor: pointer;
}

.slider-primary::-moz-range-thumb {
    width: $slider-ThumbSize;
    height: $slider-ThumbSize;
    border-radius: 50%;
    background: $primary;
    cursor: pointer;
}*/
.slider-primary::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #6bad17);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #6eb117;
  cursor: pointer; }

.slider-primary::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #6bad17);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #6eb117;
  margin: 0px auto;
  cursor: pointer; }

.slider-secondary::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #ffc90e);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffca13;
  cursor: pointer; }

.slider-secondary::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #ffc90e);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffca13;
  margin: 0px auto;
  cursor: pointer; }

.slider-success::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #6bad17);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #6eb117;
  cursor: pointer; }

.slider-success::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #6bad17);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #6eb117;
  margin: 0px auto;
  cursor: pointer; }

.slider-info::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #169aaf);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #169eb3;
  cursor: pointer; }

.slider-info::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #169aaf);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #169eb3;
  margin: 0px auto;
  cursor: pointer; }

.slider-warning::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #fd780a);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fd7b0f;
  cursor: pointer; }

.slider-warning::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #fd780a);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fd7b0f;
  margin: 0px auto;
  cursor: pointer; }

.slider-danger::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #da2c3d);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #db3141;
  cursor: pointer; }

.slider-danger::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #da2c3d);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #db3141;
  margin: 0px auto;
  cursor: pointer; }

.slider-light::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #f2f4f6);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f5f6f8;
  cursor: pointer; }

.slider-light::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, white, #f2f4f6);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f5f6f8;
  margin: 0px auto;
  cursor: pointer; }

.slider-dark::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, black, #2f353a);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #32373d;
  cursor: pointer; }

.slider-dark::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #71b618;
  background: radial-gradient(at top left, black, #2f353a);
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #32373d;
  margin: 0px auto;
  cursor: pointer; }

/*Control Slider - FIN*/
.z-depth-mega {
  /*min-width: 360px;*/
  -webkit-box-shadow: 0 27px 24px 0 rgba(78, 66, 0, 0.2), 0 40px 77px 0 rgba(78, 66, 0, 0.92) !important;
  box-shadow: 0 27px 24px 0 rgba(78, 66, 0, 0.2), 0 40px 77px 0 rgba(78, 66, 0, 0.92) !important; }

.btn.btn-xs {
  padding: 0.3rem 0.6rem !important; }

.alert-small {
  padding: 0 1.25rem;
  margin-bottom: 0; }

@media (min-width: 576px) {
  .modal-login {
    max-width: 300px; } }

@media (min-width: 768px) {
  .modal-login {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-login {
    max-width: 300px; } }

@media (min-width: 1200px) {
  .modal-login {
    max-width: 300px; } }

@media (min-width: 1600px) {
  .modal-login {
    max-width: 400px; } }

@media (min-width: 1px), (min-width: 576px) {
  .table-phone {
    padding: 0.1rem !important; }
  .table-phonetd, .table-phone th, .table-phone td {
    font-size: 80% !important; }
  .card-body-phone {
    padding: 0.25rem !important; } }

@media (min-width: 768px) {
  .table-phone {
    padding: 0.2rem !important; }
  .table-phonetd, .table-phone th, .table-phone td {
    font-size: 90% !important; }
  .card-body-phone {
    padding: 1.25rem !important; } }

@media (min-width: 992px) {
  .table-phone {
    padding: inherit; }
  .table-phonetd, .table-phone th, .table-phone td {
    font-size: inherit;
    padding: inherit; }
  .card-body-phone {
    padding: inherit; } }

@media (min-width: 1px), (min-width: 576px), (min-width: 768px) {
  .w-carousel-hc {
    width: 150% !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .w-carousel-hl {
    width: 150% !important; }
  .w-carousel-hr {
    width: 150% !important;
    position: relative;
    transform: translateX(-33.33333%); }
  .w-carousel-hw {
    width: 100% !important;
    position: relative;
    left: 0%;
    transform: translateX(0%); } }

@media (min-width: 992px), (min-width: 1200px) {
  .w-carousel-hw, .w-carousel-hc, .w-carousel-hl, .w-carousel-hr {
    width: 100% !important;
    position: relative;
    left: 0%;
    transform: translateX(0%); } }

@media (min-width: 1600px) {
  .w-carousel-hc, .w-carousel-hl, .w-carousel-hr {
    width: 80% !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .w-carousel-hw {
    width: 100% !important;
    position: relative;
    left: 0%;
    transform: translateX(0%); } }

@media (min-width: 1900px) {
  .w-carousel-hc, .w-carousel-hl, .w-carousel-hr {
    width: 70% !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .w-carousel-hw {
    width: 100% !important;
    position: relative;
    left: 0%;
    transform: translateX(0%); } }

.LockBackgroundStep1 {
  background-color: transparent;
  cursor: wait;
  display: block;
  height: 100%;
  left: 0px;
  padding-top: 20%;
  position: absolute;
  top: 0px;
  visibility: visible;
  width: 100%;
  z-index: 999; }

.LockBackground {
  background-color: transparent;
  cursor: wait;
  display: block;
  height: 105%;
  left: 0px;
  padding-top: 20%;
  position: absolute;
  top: 0px;
  visibility: visible;
  width: 105%;
  z-index: 999; }

.modalLockBackground {
  background: transparent;
  cursor: wait; }

.LockPane {
  cursor: wait;
  height: 100px;
  /*z-index: 1000;*/
  /*position: absolute;
	top: 0px;
	left: 0px;*/
  padding-top: 30px;
  /*visibility: visible;*/
  /*display: block;*/
  text-align: center;
  /*width: 100%;*/
  width: 300px; }

.LockPane_table {
  background-color: White;
  border: 2px #1d2f06;
  color: #1d2f06;
  cursor: wait;
  /*padding: 9px;*/
  filter: alpha(opacity=0);
  font-size: large;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 300px; }

.LockBackground2B {
  align: center;
  background-color: transparent;
  /*padding-top: 20%;*/
  cursor: wait;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 9999999; }

.LockBackground2 {
  align: center;
  /*background-color: rgba(0, 0, 0, 0.25);*/
  /*padding-top: 20%;*/
  cursor: wait;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 9999999; }

.LockPane2 {
  align: center;
  bottom: 0;
  cursor: wait;
  height: 100px;
  left: 0;
  margin: auto;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999; }

.LockPane_table2 {
  background-color: White;
  border: 2px #1d2f06;
  color: #1d2f06;
  cursor: wait;
  /*padding: 9px;*/
  filter: alpha(opacity=0);
  font-size: large;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 300px; }

.loginBG, .loginBG0, .loginBG1, .loginBG2, .loginBG3, .loginBG4, .loginBG5, .loginBG6,
.loginBG7, .loginBG8, .loginBG9, .loginBG10, .loginBG11, .loginBG12, .loginBG13,
.oopsBG,
.timeupBG0, .timeupBG1, .timeupBG2, .timeupBG3, .timeupBG4, .timeupBG5, .htmlBG {
  height: 100%; }

.loginBG, .loginBG0, .loginBG1, .loginBG2, .loginBG3, .loginBG4, .loginBG5, .loginBG6,
.loginBG7, .loginBG8, .loginBG9, .loginBG10, .loginBG11, .loginBG12, .loginBG13,
.oopsBG,
.timeupBG0, .timeupBG1, .timeupBG2, .timeupBG3, .timeupBG4, .timeupBG5, .htmlBG {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.loginBG, .loginBG0 {
  background-image: url('/SIIA/Files/Images/loginBG0.jpg'); }

.loginBG1 {
  background-image: url('/SIIA/Files/Images/loginBG1.jpg'); }

.loginBG2 {
  background-image: url('/SIIA/Files/Images/loginBG2.jpg'); }

.loginBG3 {
  background-image: url('/SIIA/Files/Images/loginBG3.jpg'); }

.loginBG4 {
  background-image: url('/SIIA/Files/Images/loginBG4.jpg'); }

.loginBG5 {
  background-image: url('/SIIA/Files/Images/loginBG5.jpg'); }

.loginBG6 {
  background-image: url('/SIIA/Files/Images/loginBG6.jpg'); }

.loginBG7 {
  background-image: url('/SIIA/Files/Images/loginBG7.jpg'); }

.loginBG8 {
  background-image: url('/SIIA/Files/Images/loginBG8.jpg'); }

.loginBG9 {
  background-image: url('/SIIA/Files/Images/loginBG9.jpg'); }

.loginBG10 {
  background-image: url('/SIIA/Files/Images/loginBG10.jpg'); }

.loginBG11 {
  background-image: url('/SIIA/Files/Images/loginBG11.jpg'); }

.loginBG12 {
  background-image: url('/SIIA/Files/Images/loginBG12.jpg'); }

.loginBG13 {
  background-image: url('/SIIA/Files/Images/loginBG13.jpg'); }

.oopsBG {
  background-image: url('/SIIA/Files/Images/oopsBG.jpg'); }

.timeupBG0 {
  background-image: url('/SIIA/Files/Images/timeupBG.jpg'); }

.timeupBG1 {
  background-image: url('/SIIA/Files/Images/timeupBG1.jpg'); }

.timeupBG2 {
  background-image: url('/SIIA/Files/Images/timeupBG2.jpg'); }

.timeupBG3 {
  background-image: url('/SIIA/Files/Images/timeupBG3.jpg'); }

.timeupBG4 {
  background-image: url('/SIIA/Files/Images/timeupBG4.jpg'); }

.timeupBG5 {
  background-image: url('/SIIA/Files/Images/timeupBG5.jpg'); }

.HeaderHeight {
  height: 95px; }

#back2Top {
  overflow: hidden;
  z-index: 9999;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 0;
  text-align: center;
  text-decoration: none; }

#back2Top:hover, #back2Top:visited, #back2Top:active, #back2Top:link {
  text-decoration: none; }
